home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8434 / 8434.xpi / chrome / skin / edit.css < prev    next >
Cascading Style Sheet File  |  2008-03-07  |  532b  |  36 lines

  1. dialog {
  2.     min-height: 300px;
  3.     width: 600px;
  4. }
  5. #style-url-link, #userstyles-link, #post-to-userstyles {
  6.     display: none;
  7. }
  8. #code {
  9.     margin-top: 0;
  10.     font-family: monospace;
  11.     direction: ltr;
  12. }
  13. #basic-view, #advanced-view {
  14.     display: none;
  15. }
  16. #code-buttons {
  17.     margin-top: 0.5em;
  18. }
  19. #code-buttons > * {
  20.     margin-bottom: 0;
  21.     margin-right: 0;
  22. }
  23. #applies-to {
  24.     margin-top: 0.5em;
  25. }
  26. li {
  27.     -moz-user-select: -moz-none;
  28.     cursor: default;
  29. }
  30. #allow-updates {
  31.     margin-left: 1em;
  32. }
  33. #rainbowpicker-detect, #pick-color-rainbowpicker {
  34.     display: none;
  35. }
  36.